December 1993, POET Software, Nils Behncke / Brad Sturtevant README.TXT for POET WINHELLO example, using MFC Installing WINHELLO =================== 1. Create a subdirectory on your harddisk that will serve as a project subdirectory for this example program (i.e., C:\POET\EXAMPLES\POETMFC). 2. Copy the POETMFC.ZIP file on the disk into the subdirectory. 3. Use the following command to uncompress the example: C:\POET\EXAMPLES\POETMFC> PKUNZIP -d POETMFC Note: make sure to remember the -d option. Building WINHELLO ================= 1. Open Projectfile POETMFC.MAK 2. Choose menu item 'Project|Edit' If the path to "lpoet.lib" doesn't match with yours, you have to 'Delete' that file in the project and 'Add' your "lpoet.lib". 3. Choose menu item 'Options|Project|Compiler|Preprocessor' You may have to edit two include (header files) paths. - the path to the include directory of POET (c:\poet\inc) - the path to the POETMFC header files (c:\poet\example\poetmfc\inc or inc) 4. Choose now 'Project|Build WINHELLO.EXE' Nils Behncke / Brad Sturtevant